-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency del to v5 (next) - autoclosed #2094
Conversation
Because opn was renamed to open.
Codecov Report
@@ Coverage Diff @@
## next #2094 +/- ##
=======================================
Coverage 92.64% 92.64%
=======================================
Files 29 29
Lines 1128 1128
Branches 327 327
=======================================
Hits 1045 1045
Misses 79 79
Partials 4 4 Continue to review full report at Codecov.
|
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
148dfd5
to
d0893f1
Compare
This PR contains the following updates:
^4.1.1
->^5.0.0
Release Notes
sindresorhus/del
v5.0.0
Compare Source
This release changes the underlying globbing engine, so you are strongly recommended to use the
dryRun
option to ensuredel
still does what you expect before you run it on the real files.Breaking:
42e67a8
path.posix.join()
instead ofpath.join()
. You can useslash
to transform backward-slash paths to forward-slash paths.6f96d2d
Important: If you used any of the
globby
options, please note thatglobby
switched from using theglob
package tofast-glob
, so almost all the option names changed. Here's how to migrate the options.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.